/*初始化111*/

html,
body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
}

h3 {
    font-size: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #0766c0;
    border-color: #0766c0;
}

.btn.disabled,
.btn[disabled],
.btn.unavailable,
fieldset[disabled] .btn {
    color: #fff !important;
    background-color: #0766c0 !important;
    border-color: #0766c0 !important;
}

.btn-tab:active,
.btn-tab.active,
.open>.dropdown-toggle.btn-tab,
.btn-tab:active:hover,
.btn-tab.active:hover,
.open>.dropdown-toggle.btn-tab:hover,
.btn-tab:active:focus,
.btn-tab.active:focus,
.open>.dropdown-toggle.btn-tab:focus,
.btn-tab:active.focus,
.btn-tab.active.focus,
.open>.dropdown-toggle.btn-tab.focus {
    color: #fff;
    background: #0766c0;
    border-color: #0766c0;
}

.mouse_bac:hover {
    background-color: unset;
    color: #0766c0;
}

/*手机*/

@media only screen and (max-width: 768px) {
    #content_box-1557552005004-2,
    #w_grid-1557553549149 {
        display: none;
    }
    .p_gridCell:not(:empty):before {
        height: 0 !important;
    }
    #w_grid-1557996974317,
    #w_grid-1557999578390,
    #w_grid-1557994116828,
    #w_grid-1557992614626,
    #w_grid-1557557610912,
    #w_grid-1557991737687 {
        margin-top: 0 !important;
    }
    #w_grid-1557568903353,
    #w_grid-1557555154050,
    #w_grid-1557567694430,
    #w_grid-1557711601872,
    #w_grid-1557566840713,
    #w_grid-1557571229724,
    #w_grid-1557568541499,
    #w_grid-1557567231847 {
        min-height: 240px !important;
    }
    #w_common_text-1557568541539,
    #w_common_text-1557555190086,
    #w_common_text-1557568903393,
    #w_common_text-1557571229764,
    #w_common_text-1557567694520,
    #w_common_text-1557711601902,
    #w_common_text-1557567231877,
    #w_common_text-1557566840743 {
        margin-top: 80px !important;
    }
    #w_fimg-1557552005009 {
        margin-top: 8px !important;
        margin-left: 0px !important;
    }
    #w_common_text-1557553549227,
    #w_common_text-1557563747739 p {
        text-align: center !important;
        padding-right: 0 !important;
    }
    #c_portalResIntro_detail-15575576382374426 {
        padding: 0px !important;
    }
}

/*大屏*/

@media only screen and (min-width: 768px) {
    a:hover span,
    a:active span {
        color: #e70012 transition: 0.4s ease;
    }
}

/*其他分辨率*/

@media only screen and (max-width: 1113px) {
    #content_box-1557552005004-2 {
        display: none;
    }
}

/*翻页*/

.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
    background-color: #0e397d;
    color: #fff;
    border-color: #0e397d;
    border-radius: 0px;
}

.p_page .next,
.p_page .pre,
.p_page .pageNum {
    border-radius: 0px;
}